From 433f40907761c0c947232b3cbb1ce9713e566129 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 25 Jan 2017 17:23:50 -0600 Subject: [PATCH] Release fix. --- tools/mkchangelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mkchangelog b/tools/mkchangelog index 52043f041..41b44cd27 100755 --- a/tools/mkchangelog +++ b/tools/mkchangelog @@ -7,6 +7,8 @@ # LANG='POSIX'; export LANG > /dev/null +# Prefer GNU sed. +PATH=/opt/local/libexec/gnubin:$PATH sed -e 's/^[ \t]*//;s/[ \t]*$//' | # trim leading and trailing spaces sed -e 's/ < / \< /g' -e 's/ > /\> /g' | # try replace some unhandled html operators -- 2.30.2